int i = 1234; String str = Integer.toString(i);. Returns a String object representing the specified integer. The argument is converted to signed ... ... <看更多>
I'm not keen on the class name or method names - see my alternatives below. I find perhaps a little more logic in the code than I'd look for ... ... <看更多>